Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#171549850] add azure pipeline #594

Merged
merged 3 commits into from
Mar 9, 2020
Merged

Conversation

raicastino
Copy link
Contributor

Added CI/CD support implementing a pipeline in Azure DevOps.

Notes. Main differences with other implemented pipelines:

  • added generation of test certificates for running Test (generate:test-certs)
  • specified the Node version to use in all jobs (v 10.14.2)
  • some jobs executed in a Linux VM for accelerating their completion (excluding build/deploy based on Windows)
  • added setup of .npmrc file to allow the download of @pagopa/io-spid-commons dependency from GitHub package registry during package install
  • added a new pipeline variable to set the auth token in the above .npmrc file (GITHUB_TOKEN)
  • pipeline configured to use Azure DevOps task for deploying Web apps services (AzureWebApp)

@raicastino raicastino requested a review from gunzip March 9, 2020 08:18
@raicastino
Copy link
Contributor Author

Note. The new checks will fail because the Azure DevOps pipeline still needs to be configured with the appropriate configuration (e.g. a service connection).

@raicastino raicastino merged commit 502cba5 into master Mar 9, 2020
@raicastino raicastino deleted the 171549850-add-azure-pipeline branch March 9, 2020 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants